home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Astound 5.0
/
Astound v5.0 (R0202-30-500-0)(Astound, Inc.)(1998).iso
/
Install
/
data1.cab
/
Program_Executable_Files
/
Programs
/
MCITMPL
/
CDAUDIO.AMT
next >
Wrap
INI File
|
1998-03-17
|
1KB
|
98 lines
[MCITemplates]
PlayNormal=Play
PlayTrack=Play A Track
PlayTrans=Play During Transition
PlayTrackTrans=Play A Track During Transition
PlayEject=Play A Track And Eject CD
[Script PlayNormal Start]
[Beginning]
open {DEVICE} alias {ALIAS}
[Entry]
play {ALIAS}
[Exit]
stop {ALIAS}
[Ending]
close {ALIAS}
[Script End]
[Script PlayTrack Start]
[Beginning]
open {DEVICE} alias {ALIAS}
set {ALIAS} time format tmsf
seek {ALIAS} to {TRACK}
[Entry]
play {ALIAS}
[Exit]
stop {ALIAS}
[Ending]
close {ALIAS}
[Script End]
[Script PlayTrans Start]
[Beginning]
open {DEVICE} alias {ALIAS}
play {ALIAS}
[Entry]
pause {ALIAS}
[Exit]
play {ALIAS}
[Ending]
stop {ALIAS}
close {ALIAS}
[Script End]
[Script PlayTrackTrans Start]
[Beginning]
open {DEVICE} alias {ALIAS}
set {ALIAS} time format tmsf
play {ALIAS} from {TRACK}
[Entry]
pause {ALIAS}
[Exit]
play {ALIAS}
[Ending]
stop {ALIAS}
close {ALIAS}
[Script End]
[Script PlayEject Start]
[Beginning]
open {DEVICE} alias {ALIAS}
set {ALIAS} time format tmsf
seek {ALIAS} to {TRACK}
[Entry]
play {ALIAS}
[Exit]
stop {ALIAS}
[Ending]
set {ALIAS} door open
close {ALIAS}
[Script End]